Uses of Class
com.netscape.cmscore.request.Request
Packages that use Request
Package
Description
-
Uses of Request in com.netscape.certsrv.connector
Methods in com.netscape.certsrv.connector with parameters of type RequestModifier and TypeMethodDescriptionvoid
IHttpPKIMessage.fromRequest
(Request r) Copies contents of request to make a simple name/value message.void
IPKIMessage.fromRequest
(Request r) Makes a PKIMessage from a request PKIMessage will be sent to wire.boolean
Sends the request to a remote authority.void
Copies contents to request.void
Copies contents of PKIMessage to the request PKIMessage is from the wire. -
Uses of Request in com.netscape.certsrv.logging.event
Methods in com.netscape.certsrv.logging.event with parameters of type RequestModifier and TypeMethodDescriptionstatic CertRequestProcessedEvent
CertRequestProcessedEvent.createFailureEvent
(String subjectID, String requesterID, String infoName, Request request) Constructors in com.netscape.certsrv.logging.event with parameters of type RequestModifierConstructorDescriptionCertStatusChangeRequestEvent
(String subjectID, String outcome, Request request, String serialNumber, String requestType) CertStatusChangeRequestProcessedEvent
(String subjectID, String outcome, Request request, String serialNumber, String requestType, String reasonNum, RequestStatus approvalStatus) -
Uses of Request in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish with parameters of type Request -
Uses of Request in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return RequestModifier and TypeMethodDescriptionIRequestVirtualList.getElementAt
(int index) Gets the element at the specified indexMethods in com.netscape.certsrv.request with parameters of type RequestModifier and TypeMethodDescriptionabstract void
Accepts request.abstract PolicyResult
Applies the policy check to the request.boolean
IService.serviceRequest
(Request request) Performs the service (such as certificate generation) represented by this request. -
Uses of Request in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type RequestModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
-
Uses of Request in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs with parameters of type Request -
Uses of Request in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners with parameters of type RequestModifier and TypeMethodDescriptionvoid
carries out the operation when the listener is triggered.protected Object
RequestInQListener.getCertType
(Request r) protected Object
RequestInQListener.getRequestorEmail
(Request r) -
Uses of Request in com.netscape.cms.request
Methods in com.netscape.cms.request with parameters of type RequestModifier and TypeMethodDescriptionvoid
Request entered the request queue processing.void
RequestScheduler.requestOut
(Request r) Request exited the request queue processing. -
Uses of Request in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type RequestModifier and TypeMethodDescriptionprotected AuthToken
CMSServlet.getAuthToken
(Request req) protected static void
CMSServlet.saveAuthToken
(AuthToken token, Request req) protected void
CMSServlet.saveHttpHeaders
(javax.servlet.http.HttpServletRequest httpReq, Request req) save http headers in a Request.protected void
CMSServlet.saveHttpParams
(ArgBlock httpParams, Request req) save http headers in a Request. -
Uses of Request in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return RequestMethods in com.netscape.cms.servlet.common with parameters of type RequestModifier and TypeMethodDescriptionvoid
CMSRequest.setRequest
(Request request) set the Request aobject associated with this session -
Uses of Request in com.netscape.cms.servlet.connector
Methods in com.netscape.cms.servlet.connector with parameters of type RequestModifier and TypeMethodDescriptionstatic boolean
ConnectorServlet.isProfileRequest
(Request request) void
ConnectorServlet.normalizeProfileRequest
(Request request) -
Uses of Request in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type RequestModifier and TypeMethodDescriptionorg.mozilla.jss.netscape.security.x509.X509CertInfo[]
CMCProcessor.fillCertInfoArray
(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CRMFProcessor.fillCertInfoArray
(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]
PKIProcessor.fillCertInfoArray
(byte[] bytes, AuthToken authToken, ArgBlock httpParams, Request req) -
Uses of Request in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request with parameters of type RequestModifier and TypeMethodDescriptionprotected abstract CMSRequestInfo
CMSRequestDAO.createCMSRequestInfo
(Request request, javax.ws.rs.core.UriInfo uriInfo) void
ReqParser.fillRequestIntoArg
(Locale l, Request req, CMSTemplateParams argSet, ArgBlock arg) Maps request object into argument block. -
Uses of Request in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication with parameters of type Request -
Uses of Request in com.netscape.cmscore.connector
Methods in com.netscape.cmscore.connector with parameters of type RequestModifier and TypeMethodDescriptionvoid
Resender.addRequest
(Request r) Adds the request to the resend queue.void
HttpPKIMessage.fromRequest
(Request r) copy contents of request to make a simple name/value message.static String[]
RequestTransfer.getTransferAttributes
(Request r) static boolean
RequestTransfer.isProfileRequest
(Request request) boolean
void
copy contents to request.static void
-
Uses of Request in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request that return RequestModifier and TypeMethodDescriptionRequestQueue.cloneAndMarkPending
(Request r) Clones a request object and mark it pending.RequestQueue.cloneRequest
(Request request) Clones a request object.RequestRepository.createRequest
(RequestId requestID, String requestType) RequestRepository.createRequest
(String requestType) ListEnumeration.getElementAt
(int i) RequestNotifier.getRequest()
Gets request from publishing queue.RequestRepository.readRequest
(RequestId id) RequestRecord.toRequest()
Methods in com.netscape.cmscore.request with parameters of type RequestModifier and TypeMethodDescriptionvoid
RequestRepository.addRequest
(Request request) void
RequestNotifier.addToNotify
(Request r) Notifies all registered listeners about request.void
RequestQueue.approveRequest
(Request request) Approves a request.void
RequestQueue.cancelRequest
(Request request) Cancels a request.RequestQueue.cloneAndMarkPending
(Request r) Clones a request object and mark it pending.RequestQueue.cloneRequest
(Request request) Clones a request object.void
Request.copyContents
(Request req) Copies meta attributes (excluding request ID, etc.) of another request to this request.RequestRecord.loadExtDataFromRequest
(Request r, Set<String> excludedLdapAttrs) protected void
log a change in the request statusvoid
RequestQueue.markAsServiced
(Request request) Marks as serviced after destination authority has serviced request.void
RequestQueue.markRequestPending
(Request request) Puts a new request into the PENDING state.void
RequestRepository.modifyRequest
(Request request) void
Provides notification that a request has been completed.void
RequestQueue.processRequest
(Request r) Begins processing for this request.void
RequestQueue.rejectRequest
(Request request) Rejects a request.final void
RequestQueue.releaseRequest
(Request request) Releases the LOCK on a request obtained from findRequest() or newRequest()protected void
RequestQueue.setCreationTime
(Request request, Date date) Protected access for setting the creation time of a request.protected void
RequestQueue.setModificationTime
(Request request, Date date) Protected access for setting the modification time of a request.protected void
RequestQueue.stateEngine
(Request r) protected void
RequestRecord.storeExtDataIntoRequest
(Request r) void
RequestRepository.updateRequest
(Request request) Update the request in the permanent data store.Constructors in com.netscape.cmscore.request with parameters of type RequestModifierConstructorDescriptionRequestIAttrSetWrapper
(Request request) RunListeners
(Request r, Enumeration<RequestListener> listeners) RunListeners class constructor. -
Uses of Request in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy with parameters of type RequestModifier and TypeMethodDescriptionApply policies on the given request.Apply policies on a given request from a rule set.boolean
boolean
boolean
boolean
GenericPolicyProcessor.isProfileRequest
(Request request) Constructors in org.dogtagpki.legacy.core.policy with parameters of type Request -
Uses of Request in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy with parameters of type Request -
Uses of Request in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy with parameters of type RequestModifier and TypeMethodDescriptionprotected boolean
PolicyRule.agentApproved
(Request req) request has previously been approved by an agentabstract PolicyResult
Applies the policy on the given Request.protected PolicyResult
determines whether a DEFERRED policy result should be returned by checking the contents of the AgentApprovals attribute.void
void
void
void
PolicyRule.setPolicyException
(Request req, EBaseException ex) void
PolicyRule.setPolicyException
(Request req, String format, Object[] params) -
Uses of Request in org.dogtagpki.legacy.server.policy.constraints
Methods in org.dogtagpki.legacy.server.policy.constraints with parameters of type RequestModifier and TypeMethodDescriptionApplies the policy on the given Request. -
Uses of Request in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication with parameters of type Request